Feature: Asign tag

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 26.759s

Scenario: Asign a tag successfully

Before 0m 2.483s
Given I navigate to page "http://localhost:2368/ghost/" 0m 1.379s
And I enter email "<ADMIN_EMAIL>" 0m 0.539s
And I enter password "<ADMIN_PASSWORD>" 0m 0.429s
And I click on the login button 0m 0.847s
And I wait for 2 seconds 0m 2.314s
And I click on tags option 0m 0.511s
And I wait for 2 seconds 0m 2.267s
And I click on the new tags button 0m 0.480s
And I write "Tag para asignar" in the tag name 0m 0.512s
And I write "Descripción de tag" in the tag description 0m 0.405s
And I save the new tag 0m 0.374s
And I click on posts option 0m 0.604s
And I wait for 1 seconds 0m 1.309s
And I click on the new post button 0m 0.425s
And I wait for 2 seconds 0m 2.297s
And I write "Mi nuevo post" in the post title 0m 0.528s
And I open the post settings 0m 0.516s
When I asign the tag "Tag para asignar" to the post 0m 0.661s
And I wait for 1 seconds 0m 1.268s
And I publish the new post 0m 0.737s
And I wait for 2 seconds 0m 2.252s
And I return to the posts list 0m 0.525s
And I filter posts by status Published 0m 0.474s
And I wait for 2 seconds 0m 2.295s
Then I see that there is a post in the list with name "Tag para asignar" 0m 0.316s
After 0m 0.012s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/"
And I enter email "<ADMIN_EMAIL>"
And I enter password "<ADMIN_PASSWORD>"
And I click on the login button
And I wait for 2 seconds
And I click on tags option
And I wait for 2 seconds
And I click on the new tags button
And I write "Tag para asignar" in the tag name
And I write "Descripción de tag" in the tag description
And I save the new tag
And I click on posts option
And I wait for 1 seconds
And I click on the new post button
And I wait for 2 seconds
And I write "Mi nuevo post" in the post title
And I open the post settings
When I asign the tag "Tag para asignar" to the post
And I wait for 1 seconds
And I publish the new post
And I wait for 2 seconds
And I return to the posts list
And I filter posts by status Published
And I wait for 2 seconds
Then I see that there is a post in the list with name "Tag para asignar"
After
NO IMAGE AVAILABLE